home *** CD-ROM | disk | FTP | other *** search
- ;;; Sili Shell startup sequence (prototype)
- ;;; special version for temporary trial
- path add RAM:C_Install
- inshell ;;; this command is required
- ;;; adjust the other ingredients to taste:
- alias NewSili NewShell "CON:0/100/300/100/Sili Shell" from S_Trial:Sili-Startup
- ;; ^^^ This replaces the script but is more restrictive (i.e. FIXED!)
- Prompt "== [CLI_%N].%S =="
- alias reverse echo "*E[0;0H*E[41;30m*E[J"
- alias normal echo "*E[0;0H*E[40;31m*E[J"
- alias del delete []
-
-